PATH![]() |
![]() ![]() |
Gets the storage value stored at a specified index number.
TaskStorageValue MPGetTaskStorageValue (TaskStorageIndex index);
Calling this function from within a task effectively reads a value in a two-dimensional array cross-referenced by task storage index value and the task ID.
Note that since this function does not return any status information, it may not be immediately obvious whether the returned storage value is valid.
The function MPSetTaskStorageValue .